home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / epsview.m < prev    next >
Text File  |  1993-01-31  |  197b  |  17 lines

  1. #ifndef lint
  2. static char *RCSid = "$Id: EPSView.m 3.38.2.5 1992/11/10 02:08:00 woo Exp $";
  3. #endif
  4.  
  5.  
  6. #import "epsview.h"
  7.  
  8. @implementation EPSView
  9.  
  10. + new
  11. {
  12.     self = [super new];
  13.     return self;
  14. }
  15.  
  16. @end
  17.